Skip to content

Conversation

@danvk
Copy link

@danvk danvk commented Jun 6, 2018

Hello,

I got a JS error in d3.parcoords.js when I tried to load my CSV file into Design Explorer and traced it back to this. In one code path a key is "cleaned" by replacing just the first period with a space, while in another it happens twice. If one of your CSV columns contains two or more periods, this discrepancy will break the visualization.

Alternatively, you might want to change the "replace" on line 1109 to a "replace all" (.replace(/\./g, ' ')).

Thanks for the great tool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant